From b93ea642c8df746a8d13e84bb3375fd7972c6939 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 24 Oct 2006 10:42:53 +0000 Subject: [PATCH] backport [5261] to whiterussian sdk SVN-Revision: 5274 --- openwrt/package/sdk/files/include/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/sdk/files/include/package.mk b/openwrt/package/sdk/files/include/package.mk index c1811c5f27..af0ef20d9a 100644 --- a/openwrt/package/sdk/files/include/package.mk +++ b/openwrt/package/sdk/files/include/package.mk @@ -280,7 +280,7 @@ define Build/Prepare endef define Build/Configure/Default - (cd $(PKG_BUILD_DIR)/$(3); \ + (cd $(PKG_BUILD_DIR)/$(strip $(3)); \ if [ -x configure ]; then \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ -- 2.30.2